home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
tools
/
amiga
/
3d_tools
/
rend10.lzh
/
REND1.0
/
Include
/
graphicsubsystem.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-06
|
315 b
|
20 lines
#ifndef GRAPHICSUBSYSTEM_H
#define GRAPHICSUBSYSTEM_H
/* header files for the graphic subsystem */
#include "types.h"
#include "errors.h"
#include "control.h"
#include "displaymap.h"
#include "viewperstrans.h"
#include "database.h"
#include "transformation.h"
#include "raster.h"
#include "display.h"
#endif